*{
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration: none;
/* 	font-family: "黑体"; */
}
a{
	color:#000;
}
.paddinTop10{
	padding-top: 100px;
}
.container{
	max-width: 1600px;
	min-width: 1400px;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
}
.header{
	max-width: 1600px;
	min-width: 1400px;
	height: 100px;
	width: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	margin: 0 auto;
	color:#fff;
	z-index:9999;
}
/* 动画 */
.topMove{
	position: relative;
	animation:mymove 1s;
}
@keyframes mymove{
	from {opacity:0;top:500px;background:#fff;}
	to {opacity:1;top:0px;}
}
.leftMove{
	position: relative;
	animation:mymove1 1.5s;
}
@keyframes mymove1{
	from {left:-800px;background:#fff;}
	to {left:0px;}
}
.rightMove{
	position: relative;
	animation:mymove2 2s;
}
@keyframes mymove2{
	from {right:-800px;background:#fff;}
	to {right:0px;}
}
.opacityShow{
	animation:mymove3 3s;
}
@keyframes mymove3{
	from {opacity:0}
	to {opacity:1}
}
/* 修改宽度 end*/
.header a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color:#fff;
}
.black{
	background: #07070A;
}
.header_logo{
	width: 50%;
	height: 100px;
	text-align: center;
	line-height: 120px;
	float: left;
}
.header_logo img{
	width: 50%;
}
.header_nav{
	width:50%;
	height:100px;
	float: left;
	font-size:15px;
}
.header_nav ul{
	width: 60%;
	height: 30px;
	margin: 0 auto;
	position: relative;
	top:60px;
}
.header_nav ul li{
	width: 14%;
	margin: 0 3%;
	text-align: center;
	float: left;
	height: 100%;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
}
.header_nav ul li:hover{
	color:#489E2E;
}
.header_nav ul li.active a{
	color:#489E2E;
	border-bottom:2px solid #fff;
}
.footer{
	max-width: 1600px;
	min-width: 1400px;
	width: 100%;
	height: 130px;
	background:#07070a;
}
.footer>div{
	width:50%;
	height:130px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	line-height: 130px;
}
.footer_l{
	float:left;;
}
.footer_r{
	float: right;
}
.footer_r ul{
	width: 40%;
	height: 30px;
	margin: 0 auto;
}
.footer_r ul li{
	width: 30px;
	height: 30px;
	float:left;
	margin:0 5px;
	cursor: pointer;
}
.footer_r ul li img{
	width: 100%;
	height: 100%;
}
.left,.right{
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
}
.left img,.right img{
	width: 100%;
	height: 100%;
}

/* 首页开始 */
.banner{
	width: 100%;
	height: 770px;
	border-top:1px solid transparent;
	overflow: hidden;
	position: relative;
}
.banner .bglist{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 9;
}
.banner .bglist li{
/* 	width:1600px; */
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.banner .bglist ul{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .bglist li img{
	width: 100%;
	height: 100%;
}
.banner_font{
	width: 70%;
	height: 100%;
	box-sizing: border-box;
	padding: 100px 25% 0 10%;
	background: url(../images/shape.png);
	background-size:100% 100%;
	position: absolute;
	z-index: 999;
	top: 0;
	left:0;
}
.banner_font .font_1{
	color:#fff;
	font-size: 35px;
	margin:130px auto 30px;
}
.banner_font .font_1 span{
	color:#489E2E;
}
.banner_content .title{
	font-size: 16px;
	color:#489E2E;
	margin: 20px 0;
	font-family: "黑体";
}
.banner_content .content{
	font-size: 14px;
	color:#FFFFFF;
	width: 73%;
	text-indent: 2em;
	line-height: 25px;
}
.openMore{
	width: 40%;
	text-align: center;
	margin: 30px 0;
}
.openMore a{
	width: 150px;
	height: 28px;
	line-height: 28px;
	border:1px solid #489E2E;
	background: #000;
	display: inline-block;
	color:#fff;
	text-align: center;
	font-size: 13px;
	margin: 20px auto;
}
.arrow{
	margin-top: 30px;
}
.arrow>div{
	width: 30px;
	height: 30px;
	border:1px solid #489E2E;
	margin: 0 7px;
	text-align: center;
	color:#59595a;
	cursor: pointer;
	background:#fff;
	line-height: 30px;
	display:inline-block;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.arrow>div.active{
	background:#59595a;
	color:#fff;
}
.arrow>div span{
	display: inline-block;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
}
.a_title{
	text-align: center;
	background: #f5f5f5;
	height:240px;
	box-sizing: border-box;
	padding: 20px;
}
.advantage .font,.news .font{
	width: 50%;
	margin:0px auto;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-family: "黑体";
}
.a_content{
	height: 700px;
}
.a_content>div{
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 350px;
	background: #489E2E;
	cursor: pointer;
}
.a_content>div>div{
	width: 50%;
	height: 50%;
	margin:10% 12%;
	color:#fff;
	line-height: 30px;
}
.a_content>div>div span{
	font-size:27px;
}
.a_content>div>div img{
	vertical-align: middle;
}
.a_content>div:hover{
	opacity: 0.7;
}
.honor,.group{
	height:700px;
	background: url(../images/honorBg.png);
	background-size:100% 100%;
}
.honorT,.groupT{
	text-align: center;
	padding:80px 0;
}
.honor .honorList{
	width:1100px;
	height: 300px;
	overflow: hidden;
	margin: 50px auto;
	position: relative;
}
.honor .honorList .left,.honor .honorList .right{
	position: absolute;
	top: 120px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
.honor .honorList .left{
	left: 0;
}
.honor .honorList .right{
	top: 120px;
	right:0;
}
.honor .honorList>.listContent{
	width: 900px;
	height: 300px;
	margin:0 auto;
}
.honor .honorList>div ul{
	height: 300px;
}
.honor .honorList li{
	width: 280px;
	height:280px;
	background: url(../images/kuan.png);
	background-size:100% 100%;
	float: left;
	margin: 0 10px;
	text-align: center;
	color:#fff;
	box-sizing: border-box;
	padding: 50px 0;
}
.honor .honorList li .number{
	width: 80px;
	height: 60px;
	background: url(../images/honorbg2.png);
	background-size:100% 100%;
	margin: 20px auto;
	box-sizing: border-box;
	padding: 10px 0;
}
.partner_title{
	height: 150px;
	text-align: center;
	color:#fff;
	background: #489E2E;
}
.partner_title p{
	font-size: 35px;
	padding: 20px 0;
	position: relative;
}
.partner_title>div{
	font-family: "黑体";
}
.partner_title span{
	display: inline-block;
	width:20px;
	height:20px;
	background: #489E2E;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	position: relative;
	top:35px;
}
.partner_content{
	height: 250px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.partner_content .left{
	top:90px;
	left:15%;
}
.partner_content .right{
	top:90px;
	right: 15%;
}
.partner_content>.list{
	padding: 0 20%;
}
.partner_content ul{
	display: none;
	position: relative;
	top:20px
}
.partner_content ul li{
	float: left;
	width:20%;
	margin: 10px 0;
	text-align: center;
}
.partner_content ul li img{
	width: 90%;
}
.n_content{
	width: 100%;
	height: 345px;
	font-family: "黑体";
	overflow: hidden;
}
.new_item_title{
	height: 55px;
	width: 100%;
	padding: 0 240px;
	box-sizing: border-box;
}
.new_item_title li{
	width: 240px;
	height: 55px;
	float: left;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	color:#1e1e1e;
	cursor: pointer;
}
.new_item_title li:hover,.new_item_title li.active{
	background: #489E2E;
	color:#fff;
}
.n_content .new_list{
	height: 290px;
	position: relative;
	display: none;
}
.n_content .new_list li{
	width: 240px;
	height: 290px;
	float: left;
	cursor: pointer;
}
.n_content .new_list li.active .new_item_img>div,.n_content .new_list li:hover .new_item_img>div{
	opacity: 0;
}
.n_content .new_list li.active .new_item_time,.n_content .new_list li:hover .new_item_time{
	border-bottom: 2px solid orange;
}
.new_item_img{
	height: 230px;
	position:relative;
}
.new_item_img>div{
	width: 240px;
	height: 230px;
	position: absolute;
	top: 0;
	background: #000;
	opacity: 0.5;
}
.new_item_img img{
	width: 240px;
	height: 230px;
}
.new_item_time{
	text-align: center;
	height: 60px;
	box-sizing: border-box;
	line-height: 25px;
	padding: 5px;
	font-size: 14px;
}
.contactUs{
	width: 100%;
	position: relative;
	height: 640px;
	font-family: "黑体";
}
.contactUs .title{
	height: 180px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 30px 0;
	width: 100%;
	background: url(../images/c_us.png);
	background-size:100% 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	text-align: center;
	font-size: 28px;
}
.contactUs .title>div:last-child{
	font-size: 16px;
}
.contactUs .content{
	width: 100%;
	background: url(../images/c_content.png);
	background-size:100% 100%;
	position: absolute;
	top: 150px;
	height: 490px;
	box-sizing: border-box;
	padding: 150px 300px;
}
.contactUs .content ul{
	width: 100%;
}
.contactUs .content ul li{
	width: 50%;
	height: 145px;
	float: left;
	font-size: 15px;
}
.contactUs .content ul li>div{
	float: left;
	margin: 0 15px;
	color:#fff;
	font-family: "黑体";
	line-height: 25px;
}
.contactUs .content ul li .icon{
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0;
}
.contactUs .content ul li .icon img{
	width: 70%;
}
.contactUs .content ul li .address>div:first-child{
	font-size: 18px;
}

/* 关于智佳 */
.introduce{
	width: 100%;
	background:#666666;
	height: 700px;
	box-sizing: border-box;
	padding:150px 150px;
}
.introduce>div{
	width: 46%;
	color:#fff;
	font-size: 14px;
	line-height:28px;
	margin:0 2%;
	float: left;
}
.introduce>div img{
	width: 100%;
}
.introduce>div h3{
	color:#489E2E;
}
.introduce>div>div{
	margin: 20px 0;
}
.introduce>div>div>div{
	margin: 20px 0;
}
.duty{
	height: 200px;
}
.duty .line{
	text-align: center;
	margin-top: 20px;
}
.duty ul{
	width: 1400px;
	height: 140px;
	margin: 0 auto;
}
.duty ul li{
	width: 33%;
	float: left;
	text-align: center;
}
.duty ul li>div:first-child{
	font-size: 30px;
	margin: 15px 0;
}
.investor{
	background: #489E2E;
	box-sizing: border-box;
	padding: 50px 300px;
}
.investor .title{
	font-size:30px;
	text-align: center;
	color:#fff;
	margin-bottom: 50px;
}
.investor ul{
	margin: 20px 0;
}
.investor li{
	height: 150px;
	margin: 20px 0;
	position: relative;
}
.investor li>div{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.investor li>div:first-child{
	width: 30%;
	left: 10%;
}
.investor li>div:first-child img{
	width:100%;
}
.investor li>div:last-child{
	width: 60%;
	line-height:25px;
	box-sizing: border-box;
	padding:0 40px;
	color:#fff;
	left: 40%;
	font-size: 14px;
}
.group{
	height: 600px;
}
.groupList{
	box-sizing: border-box;
	width: 60%;
	margin: 0 auto;
}
.groupList li{
	height: 150px;
	margin: 20px 0;
	position: relative;
}
.groupList li>div{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.groupList li>div:first-child{
	width: 30%;
	height: 100%;
	left: 10%;
}
.groupList li>div:first-child img{
	height: 100%;
}
.groupList li>div:last-child{
	width: 60%;
	line-height:25px;
	box-sizing: border-box;
	padding:0 40px;
	color:#fff;
	left: 43%;
	font-size: 14px;
}
/* 产品介绍 */
.product{
	width: 90%;
	box-sizing: border-box;
	padding: 0px 50px;
	margin: 150px auto;
	position: relative;
}
.product_cont{
	width: 90%;
	height: 545px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
}
.product_cont ul{
	position: absolute;
	left: 0;
}
.product_cont ul li{
	height: 545px;
	float: left;
}
.product_cont ul li img{
	width: 100%;
}
.product .left,.product .right{
	width: 20px;
	height: 30px;
	top:50%;
	transform: translateY(-50%);
}
.product .left{
	left:5%;
	z-index: 9998;
}
.product .right{
	right:5%;
	z-index: 9998;
}

/* 招聘——联系 */
.c_need{
	text-align: center;
}
.need_list{
	width: 1040px;
	margin: 50px auto;
}
.need_list ul{
	width: 100%;
}
.need_list li{
	width: 25%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	color:#4db332;
}
.need_list li a{
	color:#4db332;
}
.c_need img{
	width:70%;
}
.recruit .r_title{
	text-align: center;
	width: 90%;
	margin: 20px auto;
}
.recruit .r_title img{
	width: 80%;;
}
.recruit .r_content{
	width: 85%;
	margin: 20px auto;
}
.recruit .r_content ul{
	width: 40%;
	margin:0 1% 0 9%;
	float: left;
}
.recruit .r_content ul:last-child{
	margin:0 9% 0 1%;
}
.recruit .r_content ul li{
	font-size: 13px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 5%;
	color:#333;
	line-height: 23px;
}
.recruit .r_content ul li>div{
	margin: 15px 0;
}
.recruit .r_content ul li>div .r_c_title{
	margin: 15px 0;
}
.recruit .r_content ul li>div>div:last-child{
	font-size: 12px;
}
.loadMore{
	width: 150px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	background: #489E2E;
	text-align: center;
	color:#fff;
	cursor: pointer;
	font-size: 14px;
	margin:0 auto;
}

/* 公司福利 */
.fuli .fuli_title{
	font-size: 30px;
	text-align: center;
	color:#489E2E;
	margin: 20px auto;
}
.fuli .fuli_list{
	width: 100%;
	height: 160px;
	background: #489E2E;
	text-align: center;
	color:#fff;
	font-size:14px;
}
.fuli ul{
	width:850px;
	margin: 0 auto;
}
.fuli ul li{
	width: 100px;
	height: 100px;
	float: left;
	margin: 20px;
}
.fuli ul li img{
	width: 100%;
	height: 100%;
}
.cs_title{
	color:#489E2E;
	text-align: center;
	font-size: 14px;
}
.cs_title>div:first-child{
	font-size: 30px;
	margin: 20px 0;
}
.cs_content{
	width: 1200px;
	border:1px solid #ddd;
	height: 300px;
	margin: 20px auto;
}
.cs_content>div{
	width:50%;
	height: 300px;
	float: left;
	position: relative;
}
.cs_content>div:last-child>div{
	width: 50%;
	position: absolute;
	text-align: center;
	top:50%;
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 20px;
	color:#333;
}
.cs_content>div:last-child>div:last-child{
	left: 50%;
}
.cs_content>div:last-child>div:last-child img{
	width: 70%;
}
/* 智佳合作 */
.coop_tab{
	width: 70%;
	height: 40px;
	margin:30px auto;
	margin-top: 140px;
}
.coop_tab li{
	width: 10%;
	box-sizing: border-box;
	margin:0 5%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	float: left;
	border:1px solid #DDDDDD;
	cursor:pointer;
}
.coop_tab li:hover,.coop_tab li.active{
	background:#4DB332;
	color:#fff;	
}
.coop_content{
	width: 70%;
	margin:30px auto;
	display: none;
	text-align: center;
}
.coop_content li{
	width: 100%;
	margin:50px 0;
	height: 280px;
	text-align: left;
}
.coop_content li>div:first-child{
	width:40%;
	float: left;
}
.coop_content li>div:first-child img{
	width: 100%;
}
.coop_content li>div:last-child{
	width:60%;
	float: left;
	box-sizing: border-box;
	padding:0 20px;
}
.coop_content li>div:last-child{
	font-size: 14px;
	line-height: 25px;
}
.coop_content li>div:last-child .title{
	color:#4DB332;
}
.coop_content li>div:last-child p{
	margin: 10px 0;
}
.coop_content.active{
	display: block;
}
.content_5 img{
	width:60%;
}
.content_4 li{
	width: 20%;
	height: 100px;
	float: left;
	cursor: pointer;
	text-align: center;
	margin: 8px 0;
}
.content_4 li img{
	width: 95%;
	height: 100%;
	border:1px solid #ddd;
}
.content_4 li img:hover{
	box-shadow: 0 0 20px #ddd;
}